home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / RestZone.swf / scripts / frame_23 / PlaceObject2_142_159 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2004-07-20  |  195 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root._xmouse,_root._ymouse,true))
  3.    {
  4.       trace("rest...end");
  5.       tellTarget("/timer/point1")
  6.       {
  7.          play();
  8.       }
  9.    }
  10. }
  11.